home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 11 / QRZ Ham Radio Callsign Database - Volume 11.iso / files / demos / pkgoldtd.exe / TDSFX.EXE / DOS.TNC < prev    next >
Encoding:
Text File  |  1993-10-19  |  378 b   |  18 lines

  1. ***************   Example of using EXECDOS  *******************
  2. * User wishes to SHELL to DOS, and avoid filling up the TNC
  3. * Buffers, here's how:
  4.  
  5. * Set monitors to 0
  6.  
  7.   monitor 0
  8.   mcon    0
  9.  
  10. * Now PktGOLD Multi-Mode will Shell out to DOS
  11.   execdos
  12.  
  13. * When user types EXIT, program reloads where it left off and
  14. * turns on the monitors
  15.  
  16.   monitor 6
  17.   mcon 6
  18.